home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Internet Tools 1995 April / Internet Tools.iso / dos_win / lanman / drivers / dos / CONCORD / CONCORDD.ZIP / README.TXT < prev   
Encoding:
Text File  |  1991-08-27  |  4.8 KB  |  123 lines

  1.  
  2.  
  3.     Notes on CONCORD adapter software installation.
  4.  
  5.         Concord Communications provides an installation utility for
  6.         their OPP (OSI Programmer's Package) software that includes
  7.         installation of the NDIS driver and other files that are
  8.         required for the NDIS driver to function correctly with the
  9.         Concord adapters.  This utility is incompatible with the LAN
  10.         Manager Setup program.
  11.         
  12.         It is not possible to produce a diskette that will be totally
  13.         compatible with Setup at this time.  If the additional files
  14.         are made ancillary in the xxx.NIF file, Setup only copies the
  15.         first 9 files to the specified directories.
  16.  
  17.         In an attempt to generate a somewhat acceptable OEM Supplemental
  18.         Driver Diskette, I have made only the NDIS driver installable
  19.         by Setup.  The other files needed to run the NDIS driver on
  20.         Concord adapters are provided on a separate diskette. 
  21.  
  22.         The files on the separate diskette for OS/2 are:
  23.  
  24.            Files required to work with the NDIS driver:
  25.                 \CONCORD.OS2\BIN\PTNA.SYS
  26.                    - the hardware interface driver
  27.                 \CONCORD.OS2\CONFIG\OPP.CNF
  28.                    - configuration file used by PTNA.SYS
  29.                 \CONCORD.OS2\CMD\OPPSTART.CMD
  30.                    - batch file to start up Concord software
  31.                 \CONCORD.OS2\BIN\BOOTPTNA.EXE
  32.                    - program to download code to the controller
  33.                 \CONCORD.OS2\CONFIG\PTNA.DLD 
  34.                    - file containing data to be downloaded to the adapter
  35.                 \CONCORD.OS2\DLL\PTNABDS.DLL
  36.                 \CONCORD.OS2\DLL\CRTLIB.DLL
  37.                    - libraries used by BOOTPTNA.EXE
  38.                 \CONCORD.OS2\LOG\.
  39.                    - BOOTPTNA.EXE needs this directory for output
  40.  
  41.            Files required to reconfigure the adapter:
  42.                 \CONCORD.OS2\CMD\OPPCNFG.CMD
  43.                    - batch file to run the adapter configuration program
  44.                 \CONCORD.OS2\BIN\TBXCNFG.EXE
  45.                    - program that allows adapter configuration
  46.                    - by modifying OPP.CNF
  47.                 \CONCORD.OS2\CONFIG\CCCUHLP.MSG
  48.                 \CONCORD.OS2\CONFIG\CCCUHLP.NDX
  49.                    - screen files used by TBXCNFG.EXE    
  50.         
  51.         I suggest this diskette be "XCOPY"ied to the hard drive as is.
  52.  
  53.         ---------------------------------------------------------------
  54.         
  55.      OS/2 INSTALLATION
  56.      -----------------
  57.  
  58.         The Concord NDIS driver running under OS/2 requires an 
  59.         intermediate driver between it and the hardware (PTNA.SYS).  
  60.         You will need to include the lines
  61.  
  62.             SET OPPDIR=C:\CONCORD.OS2
  63.             DEVICE=C:\CONCORD.OS2\BIN\PTNA.SYS /F=\CONFIG\OPP.CNF
  64.  
  65.         before the line that loads the NDIS driver.
  66.  
  67.         Also, add
  68.  
  69.                 "C:\CONCORD.OS2\DLL" 
  70.  
  71.         to the LIBPATH in CONFIG.SYS.
  72.  
  73.         ---------------------------------------------------------------
  74.  
  75.         In order to run the configuration utility to change the IO base
  76.         address, DMA channel, Slot Number etc., add
  77.  
  78.                 "C:\CONCORD.OS2\CMD;C:\CONCORD.OS2\BIN"
  79.  
  80.         to the PATH in CONFIG.SYS.
  81.  
  82.         The OPP.CNF configuration file included on the diskette is set
  83.         for:
  84.  
  85.                 Receive Buffer Size   = 256
  86.                 PC Interrupt          = 3
  87.                 Base Memory Address   = 0x300
  88.                 DMA Channel           = 5
  89.                 Local Network Address = 01 01 01 01 01
  90.  
  91.         These are the default settings.  
  92.         All of the supplied boards are set with the default hardware
  93.         settings (PC Interrupt, Base Memory Address, and DMA Channel).
  94.  
  95.         Each adapter on the network should have a unique Local Network
  96.         Address.  So you will need to run the configuration utility
  97.         (the OPPCNFG batch file or TBXCNFG.EXE) to modify these
  98.         values for each adapter.
  99.  
  100.         Note: If the configuration utility should prompt you for
  101.               PS/2 values on a non-PS/2 machine (i.e. Slot Number),
  102.               then run the program with a -1 option.
  103.  
  104.               For example:   TBXCNFG -1
  105.  
  106.         ---------------------------------------------------------------
  107.  
  108.         The OPPSTART.CMD command file must be run before attempting to
  109.         communicate with the adapter.  You can put the line
  110.         
  111.                 "START /FS OPPSTART" in STARTUP.CMD
  112.         
  113.         or run
  114.  
  115.                 "OPPSTART" from the command line.
  116.  
  117.         This command file takes approximately 30 seconds to run with
  118.         no indication of its completion except that all 3 indicator
  119.         lights on the adapter should be lit.  Any attempt to OPEN the
  120.         adapter prior to this time will fail.
  121.  
  122.  
  123.